.welcome{
	background:#000 url(../img/wel01.jpg) no-repeat center;
	background-size: auto 100%;
	background-size: cover;
}
.w1000{
	width: 1000px;
	margin: 0 auto;
	position: relative;
}
.welcome-bot{
	padding-top: 12.4%;
	text-align: center;
}
.welcome-bot img{
	max-width: 100%;
	margin-bottom: 12.8%;
}
.welcome-bot ul{
	width: 440px;
	margin: 0 auto;
}
.welcome-bot li{
	float: right;
	width: 200px;
	background: #fff;
	font-size: 18px;
	border-radius: 25px;
	text-align: center;
	line-height: 45px;
	transition: background 0.3s;
}
.welcome-bot li a{
	display: block;
	width: 100%;
	color: #000 !important;
}
.welcome-bot li:first-child{
	float: left;
}
.welcome-bot li:hover{
	background: rgba(255,255,255,.8)
}
.about-banner{
	width: 100%;
	height: 447px;
}
.about-intro{
	width: 100%;
	padding: 30px 0 64px;
	background: #eeeeee;
}
.about-intro h2{
	font-size: 30px;
	color: #000000 !important;
	line-height: 65px;
	border-bottom: 1px solid #d6d6d6;
}
.about-intro .box{
	width: 100%;
	padding-top: 39px;
}
.about-intro .box img{
	float: left;
	margin-right: 40px;
}
.about-intro .box p{
	font-size: 18px;
	color: #333;
	line-height: 38px;
	margin: 16px 0 2px;
}
.about-message{
	padding:40px 0 150px; 
}
.about-message h1{
	font-size: 30px;
	color: #000000 !important;
	line-height: 50px;
	padding-bottom: 20px;
}
.about-message .candle{
	width: 100px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	margin-top: 8px;
	background: #000;
	color: #fff !important;
	font-size: 14px;
	font-family: 'Microsoft Yahei';
	border-radius: 25px;
	margin-left: 55px;
}
.about-message .candle.on{
	background: #999;
}
.about-message .number{
	height: 35px;
	margin-top: 8px;
	font-size: 24px;
	color: #000;
	line-height: 43px;
	font-family: 'Arial';
	padding-left: 20px;
	background: url(../img/ab03.png) no-repeat left center;
}
.message-box{
	width: 100%;
	padding-bottom: 69px;
}
.message-box ul{
	width: 100%;
	padding-bottom: 35px;
}
.message-box li{
	width: 942px;
	border: 1px solid #e5e5e5;
	border-radius: 10px;
	margin-bottom: 15px;
	padding:16px 29px 20px;
	transition:background 0.3s;
}
.message-box li:hover{
	background: #f5f5f5;
}
.message-box li h2{
	font-size: 18px;
	color: #000;
	line-height: 38px;
}
.message-box li .time{
	font-size: 12px;
	color: #888;
}
.message-box li .font{
	font-size: 14px;
	color: #333;
	line-height: 34px;
	padding-left: 30px;
	background: url(../img/ab04.png) no-repeat left 8px; 
}
.message-box .page-msg{
	height: 34px;
	text-align: center;
}
.message-box .page-msg a{
	font-size: 0;
	zoom:1;
	*display: inline
	display: inline-block;
	font-size: 12px;
	line-height: 12px;
	padding: 8px 11px;
	border: 1px solid #cccccc;
	margin: 0 3px;
	color: #878787;
	border-radius: 5px;
	transition:background 0.3s;
}
.message-box .page-msg .pagination{
	background: none;
	height: 34px;
	line-height: 34px;
}
.message-box .page-msg a:hover,.message-box .page-msg a.active{
	background: #cccccc !important;
}
.message-form{
	width: 100%;
}
.message-form h2{
	font-size: 30px;
	color: 000;
	line-height: 70px;
	text-align: center;
}
.message-form .form-box{
	padding: 35px 30px 30px;
	width: 940px;
	background: #f5f5f5;
	border-radius: 10px;
}
.message-form table{
	width: 100%;
}
.message-form tr{
	width: 100%;
}
.message-form td{
	padding: 7px .0 7px 25px;
	width: 795px;
}
.message-form td.ww{
	width: 145px;
	padding: 7px .0;
	text-align: right;
	font-size: 16px;
	color: #333;
	line-height: 50px;
}
.message-form .form-box input{
	width: 773px;
	height: 48px;
	padding:0 10px;
	border: 1px solid #ddd;
	background: #fff;
	font-size: 16px;
	color: #333;
	line-height: 48px;
	border-radius: 5px;
}
.message-form input.yan{
	width: 148px;
}
.message-form textarea{
	width: 773px;
	height: 148px;
	padding:0 10px;
	border: 1px solid #ddd;
	background: #fff;
	font-size: 16px;
	color: #333;
	line-height: 48px;
	border-radius: 5px;
}
.message-form img{
	margin-left: 5px;
}
.message-form .num{
	margin-left: 10px;
	width: 100px;
	*display: inline;
	display: inline-block;
	height: 50px;
	line-height: 50px;
	text-align: center;
	border-radius: 5px;
	background: #000;
	color: #fff;
	font-size: 16px;
}
.message-form .submit{
	width: 350px;
	height: 50px;
	border: none;
	margin: 40px auto 0;
	background: #000;
	color: #fff !important;
	text-align: center;
	line-height: 50px;
	font-size: 16px;
	display: block;
	border-radius: 30px;
}
/*# sourceMappingURL=style.css.map */